{% extends "base.html" %} {% block title %}{{ stage.name }} - Web application for Adwizard optimization{% endblock %} {% block content %}
| Stage ID: | {{ stage.id_stage }} |
|---|---|
| Product name: | {{ stage.name }} |
| Expert: | {{ stage.expert or 'Not specified' }} |
| Symbol: | {{ stage.symbol }} |
| Timeframe: | {{ stage.period }} |
| Status: | {{ stage.status }} |
| Project: | {{ stage.project.name }} |
| Parent stage: | {{ stage.parent_stage.name if stage.parent_stage else 'Нет' }} |
| ID | Symbol | Timeframe | Status | Actions |
|---|---|---|---|---|
| {{ job.id_job }} | {{ job.symbol }} | {{ job.period }} | {{ job.status }} | Details |
This stage has no jobs yet.